Skip to content

Conversation

@snk-git-hub
Copy link

This PR fixes the issue where InRegexp fails for regular expressions using '|'.

  • Now fuzztest::InRegexp(R"(a)|(b)") works as expected.
  • Added a test for alternation support.
  • This aligns InRegexp behavior with RE2 documentation.

Copy link
Member

@lszekeres lszekeres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

Could you please remove the .lock file and the dist directory from the change?

@snk-git-hub
Copy link
Author

Thanks for the PR!

Could you please remove the .lock file and the dist directory from the change?

I’ve removed the .lock file and the dist directory as requested

@snk-git-hub snk-git-hub requested a review from lszekeres October 17, 2025 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants